Einhugur macOS Bridge plugin.

VNClassificationObservation.Cast Method

Does deep cast on incoming NSObject to VNClassificationObservation.

shared Cast(
   obj as EinhugurCoreBridge.NSObject) as EinhugurVisionBridge.VNClassificationObservation

Parameters

obj
The NSObject to be casted.

Returns

EinhugurVisionBridge.VNClassificationObservation
The casted object or nil if the object could not be casted to VNClassificationObservation.

Remarks

Deep cast in this context means that the NSObject under the hood gets casted and new. Xojo wrapper object is built around the casted object.

See Also

VNClassificationObservation Class